﻿/*公用变量*/
/*公用样式函数*/
/*标签*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
select,
button,
fieldset,
legend,
img,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
pre,
blockquote {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  background: #fff;
  font-size: 62.5%;
}
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.2em;
  font-family: Arial, 'Microsoft YaHei', SimSun, Verdana, sans-serif;
}
img,
fieldset {
  border: 0;
  vertical-align: middle;
}
textarea {
  word-wrap: break-word;
  word-break: break-all;
  resize: none;
}
li {
  list-style: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #ec0303;
}
a:focus {
  outline: none;
}
.colorRed {
  color: #ec0303;
}
/*位置*/
.fleft {
  float: left;
}
.fright {
  float: right;
}
/*布局*/
.sameWidth {
  width: 1200px;
  margin: 0 auto;
}
.samePadding {
  padding: 0 15px;
}
.sameMargin {
  margin: 0 15px;
}
.color666 {
  color: #666;
}
.bgColor {
  background-color: #f4f4f4;
}
/*轮播定位*/
.slidesjs-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 20;
}
.slidesjs-pagination li {
  float: left;
  width: 25px;
  height: 25px;
}
.slidesjs-pagination li a {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 30px;
  font-size: 0;
}
/*面包屑*/
.positionWrap .position {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
  line-height: 22px;
  font-size: 12px;
  color: #666;
  *margin-left: -30px;
}
.positionWrap .position a {
  color: #666;
}
.positionWrap .position a:first-child {
  display: inline-block;
  text-indent: 30px;
  background: url(../images/iconHome.png) no-repeat 0 1px;
}
.positionWrap .position a:hover,
.positionWrap .position a.on {
  color: #ec0303;
}
.positionWrap .position span {
  color: #ec0303;
}
/*tab导航*/
.subNav {
  width: 100%;
  text-align: center;
  padding: 5px 0 25px;
}
.subNav li {
  padding-right: 25px;
}
.subNav a {
  display: inline-block;
  width: 150px;
  height: 40px;
  background: #8e939a;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.subNav a:hover {
  background-color: #ec0303;
}
.subNav a:first-child {
  margin-left: 0;
}
.subNav .on {
  background-color: #ec0303;
}
/*模块标题部分*/
.contentTitle {
  width: 100%;
  text-align: center;
  color: #666;
}
.contentTitle .titleTxt {
  height: 44px;
  line-height: 44px;
  background: url(../images/titleBg.png) no-repeat center bottom;
  font-size: 16px;
  font-weight: 700;
}
.contentTitle .bgWhite {
  color: #fff;
  background: url(../images/bgWhite.png) no-repeat center bottom;
}
/*pc端头部*/
.pcHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 114px;
  background: url(../images/bgHead.png) left top repeat;
  z-index: 200;
  -moz-box-shadow: 0 1px 7px #A5A5A5;
  -webkit-box-shadow: 0 1px 7px #A5A5A5;
  box-shadow: 0 1px 7px #A5A5A5;
}
.pcHead .logo {
  margin-top: 23px;
}
.pcHead .searchPart {
  border-radius: 4px;
  width: 180px;
  border: 1px solid #999;
}
.pcHead .searchPart input {
  width: 135px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border: none;
  outline: none;
  margin-right: 5px;
  border-radius: 4px;
  background: none;
  opacity: .9;
}
.pcHead .headRight {
  width: 1005px;
}
.pcHead .rightTop {
  margin-top: 14px;
}
.pcHead .rightTop .languageTab {
  font-size: 0;
  margin-top: 6px;
  margin-left: 20px;
}
.pcHead .rightTop .languageTab a {
  display: inline-block;
  font-size: 12px;
  border-left: 1px solid #3b3a3a;
  padding: 0 10px;
  line-height: 13px;
}
.pcHead .rightTop .languageTab a:first-child {
  border-left: none;
}
.pcHead .rightTop .languageTab a.on {
  color: #ec0303;
}
.pcHead .nav .navUl > li {
  float: left;
  padding: 0 17px;
  position: relative;
  margin-top: 23px;
}
.pcHead .nav .navUl > li > a {
  font-size: 16px;
  color: #666;
  display: block;
  padding-bottom: 27px;
}
.pcHead .nav .navUl > li > a:hover,
.pcHead .nav .navUl > li > a.on {
  color: #ec0303;
}
.pcHead .nav .navUl > li > a:first-child {
  padding-left: 0;
}
.pcHead .nav .outLinks {
  display: inline-block;
  width: 103px;
  height: 28px;
  line-height: 28px;
  font-size:16px;
  color: #ec0303;
  text-align: right;
  border-radius: 5px;
  margin-top: 18px;
}
.pcHead .nav .subNavUl {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  padding: 18px 14px;
  background: url(../images/bgSubNav.png) left top repeat;
}
.pcHead .nav .subNavUl li {
  line-height: 40px;
}
.pcHead .nav .subNavUl li a {
  font-size: 14px;
  color: #666;
  height: 40px;
  overflow:hidden;
  display: block;
}
.pcHead .nav .subNavUl li a:hover,
.pcHead .nav .subNavUl li a.on {
  color: #ec0303;
}
/*手机端头部*/
.phoneHead {
  display: none;
  width: 100%;
  position: fixed;
  height: 116px;
  top: 0;
  left: 0;
  z-index: 200;
}
.phoneHead .language {
  text-align: right;
  padding: 5px 0;
  background-color: #999;
  font-size: 0;
}
.phoneHead .language a {
  border-left: 1px solid #fff;
  color: #fff;
  padding-left: 7px;
  display: inline-block;
  font-size: 12px;
}
.phoneHead .language a.on {
color: #ec0303;
}
.phoneHead .language a:first-child {
  border-left: none;
  padding-right: 7px;
}
.phoneHead .menuPart {
  background: url(../images/bgPhoneHead.png) left top repeat;
  height: 90px;
  position: relative;
  box-shadow: 0 0 20px #666;
  /*手机端搜索*/
}
.phoneHead .menuPart .samePadding {
  font-size: 0;
}
.phoneHead .menuPart .samePadding > a {
  display: inline-block;
  margin-top: 33px;
  font-size: 12px;
}
.phoneHead .menuPart .samePadding .phoneLogo {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -57px;
}
.phoneHead .menuPart .phoneSearchPart {
  display: none;
  position: absolute;
  height: 50px;
  top: 89px;
  width: 100%;
  background-color: #eee;
  z-index: 20;
}
.phoneHead .menuPart .phoneSearchPart .trangle {
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  right: 30px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #eee;
}
.phoneHead .menuPart .phoneSearchPart .searchWrap {
  border: 1px solid #c3c3c3;
  height: 28px;
  line-height: 28px;
  width: 92%;
  margin: 12px 15px 0 15px;
  border-radius: 2px;
}
.phoneHead .menuPart .phoneSearchPart .searchWrap input {
  width: 93%;
  border: none;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  outline: none;
  background-color: #eee;
}
.phoneHead .menuPart .phoneSearchPart .searchWrap img {
  margin-left: 5px;
  margin-top: 0;
}
.phoneNavWrap {
  display: none;
  position: absolute;
  top: 116px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bgNav.png) left top repeat;
  z-index: 200;
}
.phoneNavWrap .phoneNav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
  z-index: 20;
}
.phoneNavWrap .phoneNav > li {
  border-top: 1px solid #e8e8e8;
  margin: 0 15px;
}
.phoneNavWrap .phoneNav > li:first-child {
  border-top: none;
}
.phoneNavWrap .phoneNav > li > a {
  display: block;
  font-size: 20px;
  color: #666;
  font-family: Arial;
  padding: 30px 0;
  background: url(../images/iconNavRight.png) right center no-repeat;
}
.phoneNavWrap .phoneNav > li > a.bg {
  background: url(../images/iconNavBottom.png) right center no-repeat;
}
.phoneNavWrap .phoneNav > li > a:hover {
  color: #ec0303;
}
.phoneNavWrap .phoneNav .phoneSubNav {
  display: none;
  width: 108%;
  margin-left: -4%;
  background-color: #fff;
}
.phoneNavWrap .phoneNav .phoneSubNav > li a {
  display: block;
  font-size: 16px;
  color: #666;
  font-family: Arial;
  padding: 18px 20px;
}
.phoneNavWrap .phoneNav .phoneSubNav > li a:hover {
  color: #ec0303;
}
/*底部*/
.foot {
  background-color: #000;
  color: #fff;
  line-height: 40px;
}
.foot .copyRight {
  text-align: center;
  width: 90%;
}
/*新闻列表分页*/
.page {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}
.page .pageList {
  text-align: center;
  margin: 0 auto;
  font-size: 0;
}
.page .pageList a {
  float: left;
  display: inline-block;
  font-size: 12px;
  padding: 5px 9px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  color: #999;
  margin: 0 5px;
  font-family: Arial;
  margin-top: 2px;
}
.page .pageList a:hover {
  background-color: #ec0303;
  color: #fff;
  border-color: #ec0303;
}
.page .pageList .prev {
  //width: 12px;
  height: 17px;
  //background: url(../images/iconPageLast.png) center no-repeat;
}
.page .pageList .next {
  width: 12px;
  height: 17px;
  //background: url(../images/iconPageNext.png) center no-repeat;
}
.page .pageList input {
  font-size: 12px;
  border: none;
  background-color: #f1f1f1;
  padding: 8px 9px;
  margin-left: 12px;
}
.page .pageList .PageIndex {
  width: 32px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #fff;
  border: 1px solid #dfdfdf;
  display: inline-block;
  margin-top: 2px;
  padding: 0;
}
.page .pageList .goToPage {
  font-size: 12px;
  display: inline-block;
  padding: 0 3px 0 8px;
  color: #999;
}
/*侧边导航*/
.rightFloat {
  position: fixed;
  right: 0;
  bottom: 35px;
  z-index: 200;
}
.rightFloat a {
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: url(../images/bgRightFloat.png) top left repeat;
  margin-bottom: 10px;
}
.rightFloat a img {
  margin-top: 15px;
}
.rightFloat a:hover {
  background: #ec0303;
}
.swiper-wrapper {
  display: block;
}
.swiper-container {
  height: 60px!important;
  overflow: hidden;
}
#trans-tooltip {
  display: none;
}
/*媒体查询部分*/
@media (max-width: 1200px) {
  .sameWidth {
    width: auto;
    padding: 0 15px;
  }
  .pcHead {
    display: none;
  }
  .phoneHead {
    display: block;
  }
  .phoneNavWrap .phoneNav .phoneSubNav > li a {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .phoneHead .menuPart .phoneSearchPart .searchWrap {
    width: 96%;
  }
  .phoneHead .menuPart .phoneSearchPart .searchWrap input {
    width: 95%;
  }
  .phoneHead .menuPart .phoneSearchPart .searchWrap img {
    margin-top: 0;
    margin-left: -10px;
  }
  /*手机端头部*/
  .phoneNav .phoneSubNav > li {
    padding: 18px 20px 18px 33px;
  }
}
@media (max-width: 480px) {
  .main{
    padding-bottom:0;
    }
  .phoneHead .menuPart .phoneSearchPart .searchWrap {
    width: 93%;
  }
  .phoneHead .menuPart .phoneSearchPart .searchWrap input {
    width: 90%;
  }
  .rightFloat {
    right: 15px;
  }
  .pcHead {
    display: none;
  }
  .phoneHead {
    display: block;
    position: relative;
  }
  .foot {
    position: relative;
    height: auto;
    line-height: 25px;
    padding: 8px 0;
  }
  .foot img {
    width: 10%;
    position: absolute;
    bottom: 8px;
    right: 15px;
  }
  .phoneNavWrap .phoneNav .phoneSubNav > li {
    padding: 0 20px 0 15px;
  }
  .phoneNavWrap .phoneNav .phoneSubNav > li a {
    padding: 20px 20px;
    font-size: 12px;
  }
  /*新闻列表分页*/
  .page {
    padding: 28px 0 9px 0;
  }
  .page .pageList input {
    display: none !important;
  }
  .page .pageList a:first-child {
    display: none;
  }
}
@media (max-width: 320px) {
  .phoneHead .menuPart .phoneSearchPart .searchWrap input {
    width: 90%;
  }
  .phoneHead .menuPart .phoneSearchPart .searchWrap {
    width: 90%;
  }
}
/*# sourceMappingURL=base.css.map */











